(Re)move autotools generated files from the repository.
authorGlenn Morris <rgm@gnu.org>
Sun, 20 Mar 2011 23:58:23 +0000 (16:58 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 20 Mar 2011 23:58:23 +0000 (16:58 -0700)
commitfa2cee3444438d91f5d1fa62adb63cfc5e43b914
treed714c485a62d5027db32bc6c7822839c9030417e
parentf15c7aa21e8d73ad0470650ab2cf0a0ef0ff1337
(Re)move autotools generated files from the repository.

Ref: http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00225.html

* autogen/: New directory, to be excluded from releases.
* autogen/copy_autogen, autogen/update_autogen: New scripts.
* autogen/README: New file.
* autogen/aclocal.m4, autogen/config.in, autogen/configure:
* autogen/Makefile.in: Add auto-updated generated files.

* autogen.sh: No longer a no-op, now it tests for autotools
and runs them as necessary.

* configure.in: Defaule maintainer-mode to on.

* aclocal.m4, configure, lib/Makefile.in: Remove files.

* src/config.in: Remove file.

* INSTALL.BZR, admin/make-tarball.txt: Update instructions.
17 files changed:
ChangeLog
INSTALL.BZR
aclocal.m4 [deleted file]
admin/make-tarball.txt
autogen.sh
autogen/Makefile.in [new file with mode: 0644]
autogen/README [new file with mode: 0644]
autogen/aclocal.m4 [new file with mode: 0644]
autogen/config.in [new file with mode: 0644]
autogen/configure [new file with mode: 0755]
autogen/copy_autogen [new file with mode: 0755]
autogen/update_autogen [new file with mode: 0755]
configure [deleted file]
configure.in
lib/Makefile.in [deleted file]
src/ChangeLog
src/config.in [deleted file]